Method: Mongoose::LinearSearch#<
- Defined in:
- lib/mongoose/linear_search.rb
#<(other) ⇒ Object
60 61 62 63 64 65 66 67 68 |
# File 'lib/mongoose/linear_search.rb', line 60 def <(other) return search_table do |table_value| if table_value.nil? false else table_value < other end end end |